home *** CD-ROM | disk | FTP | other *** search
-
- V1.146 and before
- =================
-
- Very ancient history lost!
-
- V1.147
- ======
- Because of the addition of two "new" keywords the function
- of the NEWER and OLDER keywords has been slightly changed.
- The two new keywords are NEWEREQ and OLDEREQ, so guess
- what NEWER and OLDER now don't do!
- (EQ stands for equal)
-
- V1.148
- ======
- The OLDER[EQ] keyword didn't function anymore. Fixed.
- A typo, MOVE.L D0,A0 was accidently replaced by a MOVE.L A0,D0.
- Don't ask me why.
-
- V1.149
- ======
- Changed returncodes a bit. FInf now returns a
- 0 (OK) when all went fine.
- 5 (WARN) when no objects (files/dirs) were listed at all.
- 7 (WARN) when a explicitly named object belonging to a keyword was not found.
- 10 (ERROR) when a break signal was received.
- 20 (FAIL) a fatal error occured.
-
- V1.150
- ======
- Added more argument checking. Beware, finf is now picky on missing keyword values.
- Pre 1.150 "FInf TYPE" would work. Now returns an error.
- Pre 1.150 "FInf SUB iff" would NOT work (in general) because iff was recognized
- as a keyword. Now iff is seen as a search string. Remember, quoted "words"
- are never recognized as a keyword.
-
- V1.151
- ======
- Added new fontheader.
- Finally correct recognition of protected library imploded executables (rare!)
-
- V1.154
- ======
- Hacked in a SORT keyword. Only useful for creation of scripts. This option
- automatically enables the NOANSI, NOHEADER and QUICK keywords. (-na -nh -q)
-
- V1.155
- ======
- Added -aq keyword (AddQuotes). This places quotes around all filenames, handy
- to avoid hassle with escaping "'s in e.g. aliasses. At the same time
- removed a buffer overrun problem with NOX and printing entire paths.
-